home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / KERMIT1.LZH / CPMZ100.NOT < prev    next >
Text File  |  1980-01-01  |  2KB  |  45 lines

  1.  4-Feb-83 13:16:36-EST,00000001503;000000000001
  2. Date:  4 Feb 1983 1316-EST
  3. From: Sy.WBC3 at CU20B (Bill Catchings)
  4. Subject: [Nick Bush <OC.SITGO at CU20C>: KERMIT-80 on Z-100's]
  5. To: Sy.FdC
  6.  
  7. Here is the letter from Stevens.
  8.  
  9.         -Bill
  10.  
  11.                 ---------------
  12.  
  13. Date: 31 Jan 1983 1132-EST
  14. From: Nick Bush <OC.SITGO at CU20C>
  15. Subject: KERMIT-80 on Z-100's
  16. To: SY.WBC3 at CU20B
  17.  
  18. The changes I made to make KERMIT-80 run on the Zenith Z-100 under CP/M-85
  19. were very minor.  The Z-100 works identically to the Heath H-89 except
  20. for the location of the modem port, and the status bits.  The required
  21. definitions are:
  22.  
  23.     MNPORT    EQU 0ECH
  24.     MNPRTST    EQU 0EDH
  25.     OUTPUT    EQU 001H    ; Bit is off when output is busy, on when done
  26.                 ; (same as H-89, just different bit)
  27.     INPUT    EQU 002H    ; Bit is on when input available (same as H-89)
  28.  
  29. With these changes, KERMIT-80 runs quite nicely under CP/M-85.
  30.  
  31. The other operating system for the Z-100 (ZDOS), claims to be able to run
  32. CP/M .COM files, but I haven't found any method of getting one onto a
  33. ZDOS format floppy.  From the documentation, and from playing around with
  34. the Z-100 and the IBM PC that we have as demo's, most programs that run
  35. on the IBM seem to run correctly on the Z-100 under ZDOS, so I assume that
  36. the IBM PC version of KERMIT would work on the Z-100 with only minor mods.
  37. (Is the IBM PC version working yet?  If so, could we get a copy to try?)
  38.  
  39. I'll send over what documentation we have on KERMIT-10 as soon as possible.
  40.  
  41.  
  42.                     Nick Bush
  43. -------
  44. -------
  45.